Skip to content

Commit

Permalink
Merge pull request #135 from wildfly/dependabot/maven/io.smallrye.com…
Browse files Browse the repository at this point in the history
…mon-smallrye-common-bom-2.9.0

Bump io.smallrye.common:smallrye-common-bom from 2.8.0 to 2.9.0
  • Loading branch information
dmlloyd authored Dec 6, 2024
2 parents 074ea83 + f1dbba1 commit 96aa783
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
distribution: 'temurin'
cache: maven
java-version: |
11
17
21
23
- name: Build & Test with Maven
run: |
cd wildfly-common
mvn -B -ntp -N install --file pom.xml -Djava11.home="${{env.JAVA_HOME_11_X64}}" -Djava17.home="${{env.JAVA_HOME_17_X64}}" -Djava21.home="${{env.JAVA_HOME_21_X64}}"
mvn -B -ntp -N install --file pom.xml -Djava17.home="${{env.JAVA_HOME_17_X64}}" -Djava21.home="${{env.JAVA_HOME_21_X64}}"
File renamed without changes.
Empty file removed build-test-java11
Empty file.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<properties>
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.logging.jboss-logging-tools>3.0.3.Final</version.org.jboss.logging.jboss-logging-tools>
<version.io.smallrye.common.smallrye-common>2.8.0</version.io.smallrye.common.smallrye-common>
<version.io.smallrye.common.smallrye-common>2.9.0</version.io.smallrye.common.smallrye-common>

<jdk.min.version>11</jdk.min.version>
</properties>
Expand Down

0 comments on commit 96aa783

Please sign in to comment.