Skip to content

Commit

Permalink
Quarkus LTS 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 18, 2024
1 parent d24278c commit 0217b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- dependency-name: "io.quarkus:quarkus-bom"
- dependency-name: "io.quarkus:quarkus-maven-plugin"
- dependency-name: "io.quarkus:quarkus-extension-processor"
- package-ecosystem: "maven"
directory: "/"
schedule:
Expand All @@ -22,3 +22,4 @@ updates:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- dependency-name: "io.quarkus:quarkus-bom"
- dependency-name: "io.quarkus:quarkus-maven-plugin"
- dependency-name: "io.quarkus:quarkus-extension-processor"
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@
<tag>HEAD</tag>
</scm>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.2.9.Final</quarkus.version>
<quarkus.version>3.8.4</quarkus.version>

<quarkus.poi.version>2.0.4</quarkus.poi.version>
<tika.version>2.9.1</tika.version>
Expand Down

0 comments on commit 0217b10

Please sign in to comment.