Skip to content

Commit

Permalink
Merge pull request #3813 from ryanjbaxter/update-gson-version
Browse files Browse the repository at this point in the history
Update gson version to 2.11.0
  • Loading branch information
k8s-ci-robot authored Dec 8, 2024
2 parents f9054ec + cd48784 commit 9c885b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
matrix:
# Test against the LTS Java versions. TODO: add JDK18 when it becomes available.
java: [ 8.0.x, 11.0.x, 17.0.x ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
java: [ 8.0.x ]
os: [ windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Kubernetes Client Library</description>

<modules>
<!-- These modules are not released -->
<!-- These modules are not released -->
<module>e2e</module>
<module>examples</module>
<module>client-java-contrib/cert-manager</module>
Expand Down Expand Up @@ -51,7 +51,7 @@
<junit.version>4.13</junit.version>
<bucket4j.version>7.6.0</bucket4j.version>
<bouncycastle.version>1.76</bouncycastle.version>
<gson.version>2.10.1</gson.version>
<gson.version>2.11.0</gson.version>
<jsr305.version>3.0.2</jsr305.version>
<okhttp3.version>4.11.0</okhttp3.version>
<swagger-core.version>1.6.11</swagger-core.version>
Expand Down Expand Up @@ -561,7 +561,7 @@ limitations under the License.
<requireMavenVersion>
<version>2.2.0</version>
</requireMavenVersion>
</rules>
</rules>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 9c885b7

Please sign in to comment.