Skip to content

Commit

Permalink
Merge pull request #13 from openshift/master
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
jkhelil authored Aug 7, 2023
2 parents 41352b0 + 418c4ef commit 4cf866d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.19-openshift-4.13
tag: rhel-8-release-golang-1.19-openshift-4.14
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.6</version>
<version>1.7</version>
</extension>
</extensions>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.43.1</version>
<version>1.43.2</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand All @@ -80,12 +80,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-auth</artifactId>
<version>3.1.9</version>
<version>3.1.10</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>1254.vb_96f366e7b_a_d</version>
<version>1271.v54b_1c2c6388a_</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2220.vea_cea_f1a_35e4</version>
<version>2258.v522c10b_d4695</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4cf866d

Please sign in to comment.