Skip to content

Commit af03cd2

Browse files
committed
Bump CRaC to 1.5.0
1 parent 656975e commit af03cd2

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ updates:
178178
- dependency-name: org.jboss.jdeparser:jdeparser
179179
- dependency-name: com.github.javaparser:javaparser-core
180180
- dependency-name: com.h2database:h2
181-
- dependency-name: io.github.crac:org-crac
181+
- dependency-name: org.crac:crac
182182
- dependency-name: com.dajudge.kindcontainer:kindcontainer
183183
- dependency-name: jakarta.*:*
184184
- dependency-name: org.eclipse.*:*

bom/application/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<strimzi-oauth.nimbus.version>10.3</strimzi-oauth.nimbus.version>
210210
<jose4j.version>0.9.6</jose4j.version>
211211
<java-buildpack-client.version>0.0.14</java-buildpack-client.version>
212-
<org-crac.version>0.1.3</org-crac.version>
212+
<crac.version>1.5.0</crac.version>
213213
<sshd-common.version>2.12.1</sshd-common.version>
214214
<mime4j.version>0.8.12</mime4j.version>
215215
<mutiny-zero.version>1.1.1</mutiny-zero.version>
@@ -6600,9 +6600,9 @@
66006600
<version>${project.version}</version>
66016601
</dependency>
66026602
<dependency>
6603-
<groupId>io.github.crac</groupId>
6604-
<artifactId>org-crac</artifactId>
6605-
<version>${org-crac.version}</version>
6603+
<groupId>org.crac</groupId>
6604+
<artifactId>crac</artifactId>
6605+
<version>${crac.version}</version>
66066606
</dependency>
66076607
<dependency>
66086608
<groupId>com.dajudge.kindcontainer</groupId>

core/runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@
254254
<runnerParentFirstArtifact>io.smallrye.common:smallrye-common-net</runnerParentFirstArtifact>
255255
<runnerParentFirstArtifact>io.smallrye.common:smallrye-common-os</runnerParentFirstArtifact>
256256
<runnerParentFirstArtifact>io.smallrye.common:smallrye-common-ref</runnerParentFirstArtifact>
257-
<!-- QuarkusEntryPoint needs org-crac class definition -->
258-
<runnerParentFirstArtifact>io.github.crac:org-crac</runnerParentFirstArtifact>
257+
<!-- QuarkusEntryPoint needs crac class definition -->
258+
<runnerParentFirstArtifact>org.crac:crac</runnerParentFirstArtifact>
259259
<!-- Make use of byteman frictionless -->
260260
<runnerParentFirstArtifact>org.jboss.byteman:byteman</runnerParentFirstArtifact>
261261
</runnerParentFirstArtifacts>

extensions/vertx-http/runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
</exclusions>
6767
</dependency>
6868
<dependency>
69-
<groupId>io.github.crac</groupId>
70-
<artifactId>org-crac</artifactId>
69+
<groupId>org.crac</groupId>
70+
<artifactId>crac</artifactId>
7171
</dependency>
7272
<!-- needed when quarkus.http.compressors contains "br" see https://github.com/quarkusio/quarkus/issues/43556 -->
7373
<dependency>

independent-projects/bootstrap/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,9 @@
471471
</exclusions>
472472
</dependency>
473473
<dependency>
474-
<groupId>io.github.crac</groupId>
475-
<artifactId>org-crac</artifactId>
476-
<version>${org-crac.version}</version>
474+
<groupId>org.crac</groupId>
475+
<artifactId>crac</artifactId>
476+
<version>${crac.version}</version>
477477
</dependency>
478478
<dependency>
479479
<groupId>io.smallrye.beanbag</groupId>

independent-projects/bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<smallrye-beanbag.version>1.5.3</smallrye-beanbag.version>
7474
<gradle-tooling.version>8.14</gradle-tooling.version>
7575
<quarkus-fs-util.version>1.0.0</quarkus-fs-util.version>
76-
<org-crac.version>0.1.3</org-crac.version>
76+
<crac.version>1.5.0</crac.version>
7777
</properties>
7878
<modules>
7979
<module>bom</module>

independent-projects/bootstrap/runner/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<artifactId>jboss-logging</artifactId>
5656
</dependency>
5757
<dependency>
58-
<groupId>io.github.crac</groupId>
59-
<artifactId>org-crac</artifactId>
58+
<groupId>org.crac</groupId>
59+
<artifactId>crac</artifactId>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)