Skip to content

Commit

Permalink
Update dependencies and plugins (#42)
Browse files Browse the repository at this point in the history
* Update dependencies and plugins
  • Loading branch information
r-brown authored Dec 11, 2023
1 parent f64b478 commit 1f06ce0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlicensing-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release:
name: Release ${{ github.event.inputs.release-version }}
runs-on: self-hosted
container: maven:3.8.6-openjdk-11
container: maven:3-amazoncorretto-17

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/netlicesning-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
runs-on: [self-hosted]
container: maven:3.8.6-openjdk-11
container: maven:3-amazoncorretto-17
env:
# This is needed, as java doesn't respect the environment variable $HOME, but gets the
# user home by other means from the system. The default user in the above container is
Expand All @@ -25,7 +25,7 @@ jobs:
MAVEN_OPTS: -Duser.home=/github/home
strategy:
matrix:
java-version: [11]
java-version: [11, 17]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlicesning-client-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
analyze:
name: Analyze
runs-on: [self-hosted]
container: maven:3.8.6-openjdk-11
container: maven:3-amazoncorretto-17
permissions:
actions: read
contents: read
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@
<repo.snapshots.url>OVERRIDE_REPO_URL</repo.snapshots.url>

<!-- dependency.version>0.0.0</dependency.version -->
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-text.version>1.10.0</commons-text.version>
<log4j.version>2.19.0</log4j.version>
<commons-codec.version>1.16.0</commons-codec.version>
<commons-io.version>2.15.0</commons-io.version>
<commons-cli.version>1.6.0</commons-cli.version>
<commons-text.version>1.11.0</commons-text.version>
<log4j.version>2.21.1</log4j.version>
<junit.version>4.13.2</junit.version>
<jersey.version>2.33</jersey.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<jaxb-runtime.version>2.3.2</jaxb-runtime.version>
<ph-xmldsig.version>4.4.3</ph-xmldsig.version>
<ph-xmldsig.version>5.0.1</ph-xmldsig.version>

<!-- plugin.version>0.0.0</plugin.version -->
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
Expand All @@ -112,7 +112,7 @@
<spotbugs-maven-plugin.version>4.6.0.0</spotbugs-maven-plugin.version>
<maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<maven-scm-plugin.version>1.13.0</maven-scm-plugin.version>
<maven-scm-plugin.version>2.0.1</maven-scm-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit 1f06ce0

Please sign in to comment.