Skip to content

Commit 8759961

Browse files
Merge branch 'master' into migrate_to_junit5_core_2
2 parents d6eff6e + 8cdf3f7 commit 8759961

File tree

5 files changed

+40
-646
lines changed

5 files changed

+40
-646
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ THE SOFTWARE.
7171
<!-- https://docs.spring.io/spring-security/reference/6.3/getting-spring-security.html#getting-maven-no-boot -->
7272
<groupId>org.springframework.security</groupId>
7373
<artifactId>spring-security-bom</artifactId>
74-
<version>6.4.5</version>
74+
<version>6.5.0</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ THE SOFTWARE.
3939
<url>https://github.com/jenkinsci/jenkins</url>
4040

4141
<properties>
42-
<xmlunit.version>2.10.0</xmlunit.version>
42+
<xmlunit.version>2.10.1</xmlunit.version>
4343
<!-- Minimum Remoting version, which is tested for API compatibility, duplicated so that renovate only updates the latest remoting version property -->
4444
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>
4545
<!-- Filled in by jacoco-maven-plugin -->

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@babel/cli": "7.27.2",
2727
"@babel/core": "7.27.1",
2828
"@babel/preset-env": "7.27.2",
29-
"@eslint/js": "9.26.0",
29+
"@eslint/js": "9.27.0",
3030
"babel-loader": "10.0.0",
3131
"clean-webpack-plugin": "4.0.0",
3232
"css-loader": "7.1.2",
3333
"css-minimizer-webpack-plugin": "7.0.2",
34-
"eslint": "9.26.0",
34+
"eslint": "9.27.0",
3535
"eslint-config-prettier": "10.1.5",
3636
"eslint-formatter-checkstyle": "8.40.0",
3737
"globals": "16.1.0",
@@ -42,7 +42,7 @@
4242
"postcss-preset-env": "10.1.6",
4343
"postcss-scss": "4.0.9",
4444
"prettier": "3.5.3",
45-
"sass": "1.88.0",
45+
"sass": "1.89.0",
4646
"sass-loader": "16.0.5",
4747
"style-loader": "4.0.0",
4848
"stylelint": "16.19.1",

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ THE SOFTWARE.
7373
</issueManagement>
7474

7575
<properties>
76-
<revision>2.511</revision>
76+
<revision>2.512</revision>
7777
<changelist>-SNAPSHOT</changelist>
78-
<project.build.outputTimestamp>2025-05-13T14:33:55Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2025-05-20T13:03:08Z</project.build.outputTimestamp>
7979

8080
<!-- configuration for patch tracker plugin -->
8181
<project.patchManagement.system>github</project.patchManagement.system>

0 commit comments

Comments
 (0)