Skip to content

Commit 002b192

Browse files
authored
Merge pull request #22 from nicholasM95/develop
Develop
2 parents 1800eed + b2c462c commit 002b192

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.0</version>
19+
<version>1.3.1</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>be.nicholasmeyers</groupId>
88
<artifactId>skoda-api-client</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1-SNAPSHOT</version>
1010

1111
<name>skoda-api-client</name>
1212
<description>skoda-api-client</description>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>com.squareup.okhttp3</groupId>
4747
<artifactId>okhttp</artifactId>
48-
<version>4.12.0</version>
48+
<version>5.0.0</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>com.squareup.okhttp3</groupId>
5353
<artifactId>logging-interceptor</artifactId>
54-
<version>4.12.0</version>
54+
<version>5.0.0</version>
5555
</dependency>
5656

5757
<dependency>
@@ -81,13 +81,13 @@
8181
<dependency>
8282
<groupId>org.junit.jupiter</groupId>
8383
<artifactId>junit-jupiter-api</artifactId>
84-
<version>5.13.1</version>
84+
<version>5.13.2</version>
8585
</dependency>
8686

8787
<dependency>
8888
<groupId>org.junit.jupiter</groupId>
8989
<artifactId>junit-jupiter-engine</artifactId>
90-
<version>5.13.1</version>
90+
<version>5.13.2</version>
9191
</dependency>
9292
</dependencies>
9393

@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.sonatype.central</groupId>
135135
<artifactId>central-publishing-maven-plugin</artifactId>
136-
<version>0.7.0</version>
136+
<version>0.8.0</version>
137137
<extensions>true</extensions>
138138
<configuration>
139139
<publishingServerId>central</publishingServerId>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-gpg-plugin</artifactId>
145-
<version>3.2.7</version>
145+
<version>3.2.8</version>
146146
<executions>
147147
<execution>
148148
<id>sign-artifacts</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.openapitools</groupId>
164164
<artifactId>openapi-generator-maven-plugin</artifactId>
165-
<version>7.13.0</version>
165+
<version>7.14.0</version>
166166
<executions>
167167
<execution>
168168
<goals>

skoda-api-server.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,6 @@ components:
733733
- tsTssReceivedUtc
734734
- milCarCaptured
735735
- milCarSent
736-
- value
737-
- unit
738-
- textId
739-
- picId
740736
type: object
741737
properties:
742738
id:

0 commit comments

Comments
 (0)