File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 51
51
<groupId >com.amazonaws</groupId >
52
52
<artifactId >aws-java-sdk-s3</artifactId >
53
53
<version >${revision} </version >
54
+ <exclusions >
55
+ <!-- use the version supplied by jackson2-api -->
56
+ <exclusion >
57
+ <groupId >com.fasterxml.jackson.core</groupId >
58
+ <artifactId >jackson-databind</artifactId >
59
+ </exclusion >
60
+ </exclusions >
54
61
</dependency >
55
62
<dependency >
56
63
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 61
61
<url >https://github.com/jenkinsci/aws-java-sdk-plugin/</url >
62
62
</scm >
63
63
<properties >
64
- <revision >1.12.767 </revision >
64
+ <revision >1.12.772 </revision >
65
65
<changelist >999999-SNAPSHOT</changelist >
66
- <bom >2.401 .x</bom >
67
- <jenkins .version>2.401 .3</jenkins .version>
66
+ <bom >2.440 .x</bom >
67
+ <jenkins .version>2.440 .3</jenkins .version>
68
68
<autoVersionSubmodules >true</autoVersionSubmodules >
69
69
<spotless .check.skip>false</spotless .check.skip>
70
70
</properties >
80
80
<dependency >
81
81
<groupId >io.jenkins.tools.bom</groupId >
82
82
<artifactId >bom-${bom}</artifactId >
83
- <version >2745.vc7b_fe4c876fa_ </version >
83
+ <version >3387.v0f2773fa_3200 </version >
84
84
<type >pom</type >
85
85
<scope >import</scope >
86
86
</dependency >
You can’t perform that action at this time.
0 commit comments