File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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>
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 >
You can’t perform that action at this time.
0 commit comments