File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
spring-data-eclipse-store-benchmark
spring-data-eclipse-store-demo
spring-data-eclipse-store-jpa
spring-data-eclipse-store Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Install Node.js
2727 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 runs-on : ubuntu-latest
161161
162162 steps :
163- - uses : actions/checkout@v5
163+ - uses : actions/checkout@v6
164164
165165 - name : Install Node.js
166166 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 66
77 <groupId >software.xdev</groupId >
88 <artifactId >spring-data-eclipse-store-root</artifactId >
9- <version >3.0.0 -SNAPSHOT</version >
9+ <version >3.0.1 -SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111
1212 <organization >
108108 <dependency >
109109 <groupId >com.puppycrawl.tools</groupId >
110110 <artifactId >checkstyle</artifactId >
111- <version >12.3.1 </version >
111+ <version >13.0.0 </version >
112112 </dependency >
113113 </dependencies >
114114 <configuration >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >software.xdev</groupId >
77 <artifactId >spring-data-eclipse-store-root</artifactId >
8- <version >3.0.0 -SNAPSHOT</version >
8+ <version >3.0.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >spring-data-eclipse-store-benchmark</artifactId >
12- <version >3.0.0 -SNAPSHOT</version >
12+ <version >3.0.1 -SNAPSHOT</version >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2023</inceptionYear >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >software.xdev</groupId >
99 <artifactId >spring-data-eclipse-store-root</artifactId >
10- <version >3.0.0 -SNAPSHOT</version >
10+ <version >3.0.1 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >spring-data-eclipse-store-demo</artifactId >
14- <version >3.0.0 -SNAPSHOT</version >
14+ <version >3.0.1 -SNAPSHOT</version >
1515 <packaging >jar</packaging >
1616
1717 <organization >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >software.xdev</groupId >
99 <artifactId >spring-data-eclipse-store-root</artifactId >
10- <version >3.0.0 -SNAPSHOT</version >
10+ <version >3.0.1 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >spring-data-eclipse-store-jpa</artifactId >
14- <version >3.0.0 -SNAPSHOT</version >
14+ <version >3.0.1 -SNAPSHOT</version >
1515 <packaging >jar</packaging >
1616
1717 <inceptionYear >2023</inceptionYear >
Original file line number Diff line number Diff line change 66
77 <groupId >software.xdev</groupId >
88 <artifactId >spring-data-eclipse-store</artifactId >
9- <version >3.0.0 -SNAPSHOT</version >
9+ <version >3.0.1 -SNAPSHOT</version >
1010 <packaging >jar</packaging >
1111
1212 <name >spring-data-eclipse-store</name >
5858 <hibernate-validator .version>9.0.1.Final</hibernate-validator .version>
5959 <jakarta .el-api.version>6.0.1</jakarta .el-api.version>
6060 <expressly .version>6.0.0</expressly .version>
61- <hibernate-core .version>7.0.7 .Final</hibernate-core .version>
61+ <hibernate-core .version>7.2.0 .Final</hibernate-core .version>
6262 <micro-migration .version>3.0.2</micro-migration .version>
6363 </properties >
6464
388388 <plugin >
389389 <groupId >org.sonatype.central</groupId >
390390 <artifactId >central-publishing-maven-plugin</artifactId >
391- <version >0.9 .0</version >
391+ <version >0.10 .0</version >
392392 <extensions >true</extensions >
393393 <configuration >
394394 <publishingServerId >sonatype-central-portal</publishingServerId >
410410 <dependency >
411411 <groupId >com.puppycrawl.tools</groupId >
412412 <artifactId >checkstyle</artifactId >
413- <version >12.3.1 </version >
413+ <version >13.0.0 </version >
414414 </dependency >
415415 </dependencies >
416416 <configuration >
You can’t perform that action at this time.
0 commit comments