File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3333 cache : ' maven'
3434
3535 - name : Setup Node.js environment
36- uses : actions/setup-node@v4.3 .0
36+ uses : actions/setup-node@v4.4 .0
3737 with :
3838 node-version : 20
3939
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the Maven Dependency to your `pom.xml`
1616<dependency>
1717 <groupId>be.nicholasmeyers</groupId>
1818 <artifactId>skoda-api-client</artifactId>
19- <version>1.2.0 </version>
19+ <version>1.2.1 </version>
2020</dependency>
2121```
2222
Original file line number Diff line number Diff line change 66
77 <groupId >be.nicholasmeyers</groupId >
88 <artifactId >skoda-api-client</artifactId >
9- <version >1.2.0 </version >
9+ <version >1.2.1-SNAPSHOT </version >
1010
1111 <name >skoda-api-client</name >
1212 <description >skoda-api-client</description >
5757 <dependency >
5858 <groupId >com.google.code.gson</groupId >
5959 <artifactId >gson</artifactId >
60- <version >2.13.0 </version >
60+ <version >2.13.1 </version >
6161 </dependency >
6262
6363 <dependency >
6969 <dependency >
7070 <groupId >jakarta.annotation</groupId >
7171 <artifactId >jakarta.annotation-api</artifactId >
72- <version >2.1.1 </version >
72+ <version >3.0.0 </version >
7373 </dependency >
7474
7575 <dependency >
162162 <plugin >
163163 <groupId >org.openapitools</groupId >
164164 <artifactId >openapi-generator-maven-plugin</artifactId >
165- <version >7.12 .0</version >
165+ <version >7.13 .0</version >
166166 <executions >
167167 <execution >
168168 <goals >
You can’t perform that action at this time.
0 commit comments