Skip to content

Commit

Permalink
[kie-issues#1465] Align with Quarkus 3.8.6 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira authored Sep 6, 2024
1 parent 6438a23 commit 5a7cb58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ data:
postgreSQLPersistenceExtensions:
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.4
version: 3.8.6
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.4
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions config/manager/controllers_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ builderConfigMapName: "sonataflow-operator-builder-config"
postgreSQLPersistenceExtensions:
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.4
version: 3.8.6
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.4
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-SNAPSHOT
4 changes: 2 additions & 2 deletions controllers/cfg/controllers_cfg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ func TestInitializeControllersCfgAt_ValidFile(t *testing.T) {
assert.Equal(t, GAV{
GroupId: "io.quarkus",
ArtifactId: "quarkus-jdbc-postgresql",
Version: "3.8.4",
Version: "3.8.6",
}, postgresExtensions[0])

assert.Equal(t, GAV{
GroupId: "io.quarkus",
ArtifactId: "quarkus-agroal",
Version: "3.8.4",
Version: "3.8.6",
}, postgresExtensions[1])

assert.Equal(t, GAV{
Expand Down
4 changes: 2 additions & 2 deletions controllers/cfg/testdata/controllers-cfg-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ sonataFlowDevModeImageTag: "local/sonataflow-devmode:1.0.0"
postgreSQLPersistenceExtensions:
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.4
version: 3.8.6
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.4
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-SNAPSHOT
4 changes: 2 additions & 2 deletions operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27053,10 +27053,10 @@ data:
postgreSQLPersistenceExtensions:
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.4
version: 3.8.6
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.4
version: 3.8.6
- groupId: org.kie
artifactId: kie-addons-quarkus-persistence-jdbc
version: 999-SNAPSHOT
Expand Down

0 comments on commit 5a7cb58

Please sign in to comment.