|
27 | 27 | <dependency> |
28 | 28 | <groupId>io.jenkins.tools.bom</groupId> |
29 | 29 | <artifactId>bom-2.235.x</artifactId> |
30 | | - <version>13</version> |
| 30 | + <version>16</version> |
31 | 31 | <scope>import</scope> |
32 | 32 | <type>pom</type> |
33 | 33 | </dependency> |
34 | | - <dependency> |
35 | | - <groupId>com.github.spotbugs</groupId> |
36 | | - <artifactId>spotbugs-annotations</artifactId> |
37 | | - <version>4.1.4</version> |
38 | | - </dependency> |
39 | 34 | <dependency> |
40 | 35 | <groupId>com.google.errorprone</groupId> |
41 | 36 | <artifactId>error_prone_annotations</artifactId> |
|
44 | 39 | <dependency> |
45 | 40 | <groupId>org.apache.commons</groupId> |
46 | 41 | <artifactId>commons-lang3</artifactId> |
47 | | - <version>3.10</version> |
| 42 | + <version>3.11</version> |
48 | 43 | </dependency> |
49 | 44 | <dependency> |
50 | 45 | <groupId>org.jenkins-ci.plugins</groupId> |
51 | 46 | <artifactId>jackson2-api</artifactId> |
52 | | - <version>2.11.3</version> |
53 | 47 | </dependency> |
54 | 48 | </dependencies> |
55 | 49 | </dependencyManagement> |
|
74 | 68 | <dependency> |
75 | 69 | <groupId>org.jenkins-ci.plugins</groupId> |
76 | 70 | <artifactId>junit</artifactId> |
77 | | - <version>1.38</version> |
| 71 | + <version>1.43</version> |
78 | 72 | </dependency> |
79 | 73 | <dependency> |
80 | 74 | <groupId>com.github.spotbugs</groupId> |
|
109 | 103 | <groupId>io.jenkins.configuration-as-code</groupId> |
110 | 104 | <artifactId>test-harness</artifactId> |
111 | 105 | <scope>test</scope> |
112 | | - <exclusions> |
113 | | - <exclusion> |
114 | | - <groupId>com.fasterxml.jackson.core</groupId> |
115 | | - <artifactId>jackson-databind</artifactId> |
116 | | - </exclusion> |
117 | | - </exclusions> |
118 | 106 | </dependency> |
119 | 107 | <dependency> |
120 | 108 | <groupId>org.testcontainers</groupId> |
121 | 109 | <artifactId>postgresql</artifactId> |
122 | | - <version>1.14.3</version> |
| 110 | + <version>1.15.0-rc2</version> |
123 | 111 | <scope>test</scope> |
124 | 112 | <exclusions> |
125 | 113 | <exclusion> |
126 | 114 | <groupId>org.apache.commons</groupId> |
127 | 115 | <artifactId>commons-compress</artifactId> |
128 | 116 | </exclusion> |
| 117 | + <exclusion> |
| 118 | + <groupId>org.slf4j</groupId> |
| 119 | + <artifactId>slf4j-api</artifactId> |
| 120 | + </exclusion> |
129 | 121 | </exclusions> |
130 | 122 | </dependency> |
131 | 123 | </dependencies> |
|
0 commit comments