Skip to content

Commit b72c41b

Browse files
Merge pull request #23 from liquibase/filipelautert-patch-1
Upgrade Liquibase version to 5.0.1-SNAPSHOT
2 parents 5c96d94 + 414a2f7 commit b72c41b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
1515
secrets: inherit
1616
with:
17-
java: '[8]'
18-
javaBuildVersion: '8'
1917
skipSonar: true

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>liquibase-cdi</artifactId>
11-
<version>4.34.0-SNAPSHOT</version>
11+
<version>5.0.1-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313

1414
<name>Liquibase CDI Plugin</name>
@@ -23,7 +23,7 @@
2323
</scm>
2424

2525
<properties>
26-
<liquibase.version>4.32.0</liquibase.version>
26+
<liquibase.version>5.0.1</liquibase.version>
2727
<maven.compiler.source>1.8</maven.compiler.source>
2828
<maven.compiler.target>1.8</maven.compiler.target>
2929
<maven.install.skip>false</maven.install.skip>
@@ -45,7 +45,12 @@
4545
<scope>test</scope>
4646
</dependency>
4747

48-
<dependency>
48+
<dependency>
49+
<groupId>javax.annotation</groupId>
50+
<artifactId>javax.annotation-api</artifactId>
51+
<version>1.3.2</version>
52+
</dependency>
53+
<dependency>
4954
<groupId>jakarta.xml.bind</groupId>
5055
<artifactId>jakarta.xml.bind-api</artifactId>
5156
<version>2.3.3</version>

0 commit comments

Comments
 (0)