Skip to content

Commit 4cc70bb

Browse files
committed
Bump version to 3.0.2
1 parent 3dc7f2d commit 4cc70bb

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Add the following dependency to your pom.xml:
2222
<dependency>
2323
<groupId>org.eu.zajc</groupId>
2424
<artifactId>akiwrapper</artifactId>
25-
<version>3.0.1</version>
25+
<version>3.0.2</version>
2626
</dependency>
2727
```
2828
#### Gradle
2929
Add the following dependency to your build.gradle:
3030
```gradle
31-
implementation 'org.eu.zajc:akiwrapper:3.0.1'
31+
implementation 'org.eu.zajc:akiwrapper:3.0.2'
3232
```
3333

3434
#### Gradle Kotlin DSL
3535
Add the following dependency to your build.gradle.kts:
3636
```gradle
37-
implementation("org.eu.zajc:akiwrapper:3.0.1")
37+
implementation("org.eu.zajc:akiwrapper:3.0.2")
3838
```
3939

4040
## Usage

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.eu.zajc</groupId>
77
<artifactId>akiwrapper-example</artifactId>
8-
<version>3.0.1</version>
8+
<version>3.0.2</version>
99

1010
<name>Akiwrapper Example</name>
1111
<description>An example for Akiwrapper, the Java API wrapper for Akinator</description>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.eu.zajc</groupId>
4343
<artifactId>akiwrapper</artifactId>
44-
<version>3.0.1</version>
44+
<version>${project.version}</version>
4545
</dependency>
4646

4747
<!-- Logging Backend -->

pom.xml

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

66
<groupId>org.eu.zajc</groupId>
77
<artifactId>akiwrapper</artifactId>
8-
<version>3.0.1</version>
8+
<version>3.0.2</version>
99

1010
<name>Akiwrapper</name>
1111
<description>A Java API wrapper for Akinator</description>
@@ -37,7 +37,7 @@
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
40-
<junit.version>5.12.2</junit.version>
40+
<junit.version>5.13.4</junit.version>
4141
<slf4j.version>2.0.17</slf4j.version>
4242
<maven.compiler.release>11</maven.compiler.release>
4343
</properties>
@@ -48,14 +48,14 @@
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20250107</version>
51+
<version>20250517</version>
5252
</dependency>
5353

5454
<!-- HTML Parsing -->
5555
<dependency>
5656
<groupId>org.jsoup</groupId>
5757
<artifactId>jsoup</artifactId>
58-
<version>1.19.1</version>
58+
<version>1.21.2</version>
5959
</dependency>
6060

6161
<!-- Logging -->
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-enforcer-plugin</artifactId>
125-
<version>3.5.0</version>
125+
<version>3.6.1</version>
126126
<executions>
127127
<execution>
128128
<goals>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-javadoc-plugin</artifactId>
156-
<version>3.11.2</version>
156+
<version>3.11.3</version>
157157
<executions>
158158
<execution>
159159
<phase>verify</phase>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.codehaus.mojo</groupId>
187187
<artifactId>versions-maven-plugin</artifactId>
188-
<version>2.18.0</version>
188+
<version>2.19.0</version>
189189
<configuration>
190190
<rulesUri>file://${project.basedir}/versions-ruleset.xml</rulesUri>
191191
</configuration>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-gpg-plugin</artifactId>
232-
<version>3.2.7</version>
232+
<version>3.2.8</version>
233233
<executions>
234234
<execution>
235235
<phase>verify</phase>

0 commit comments

Comments
 (0)