Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-java…
Browse files Browse the repository at this point in the history
…-4.0.0
  • Loading branch information
pedrompflopes authored Feb 6, 2024
2 parents a0d1553 + 7256b7a commit ce4293d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<changelist>999999-SNAPSHOT</changelist>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.263.1</jenkins.version>
<jenkins.version>2.361.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.checkmarx.ast</groupId>
Expand Down

0 comments on commit ce4293d

Please sign in to comment.