Skip to content

Commit

Permalink
Use gson-api-plugin and update to Jenkins 2.414.3 and minor updates a…
Browse files Browse the repository at this point in the history
…nd improvements (#556)
  • Loading branch information
StefanSpieker authored Apr 4, 2024
1 parent 0e69305 commit dfa2441
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 18 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.74</version>
<version>4.80</version>
</parent>

<artifactId>azure-ad</artifactId>
Expand Down Expand Up @@ -36,9 +36,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<jenkins.version>2.387.3</jenkins.version>
<node.version>18.12.1</node.version>
<npm.version>8.19.2</npm.version>
<jenkins.version>2.414.3</jenkins.version>
<node.version>20.12.1</node.version>
<npm.version>10.5.0</npm.version>
<hpi.compatibleSinceVersion>391.v252da_e1dd39c</hpi.compatibleSinceVersion>

<checkstyle.skip>true</checkstyle.skip>
Expand Down Expand Up @@ -103,6 +103,14 @@
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<!-- Comes from Azure SDK plugin -->
<exclusion>
<groupId>com.azure</groupId>
Expand All @@ -114,7 +122,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-lang3-api</artifactId>
</dependency>

<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>okhttp-api</artifactId>
Expand Down Expand Up @@ -171,7 +182,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-auth</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>com.github.scribejava</groupId>
Expand Down Expand Up @@ -210,11 +220,6 @@
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.configuration-as-code</groupId>
<artifactId>test-harness</artifactId>
Expand Down Expand Up @@ -243,8 +248,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.414.x</artifactId>
<version>2950.va_633b_f42f759</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit dfa2441

Please sign in to comment.