Skip to content

Commit 7a7b20c

Browse files
Merge pull request #109 from Flagsmith/release/6.0
Release 6.0
2 parents b920acb + 441c5c4 commit 7a7b20c

File tree

11 files changed

+757
-637
lines changed

11 files changed

+757
-637
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66

77
env:
8-
java: 8
8+
java: 11
99
distribution: "adopt"
1010

1111
jobs:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
3535
language: ['java']
3636
distribution: [ 'zulu', 'adopt' ]
37-
java: [ '8' ]
37+
java: [ '11' ]
3838

3939
steps:
4040
- name: Checkout repository

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
distribution: ["zulu", "adopt"]
29-
java: ["8"]
29+
java: ["11"]
3030

3131
steps:
3232
- name: Checkout repository

pom.xml

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

77
<groupId>com.flagsmith</groupId>
88
<artifactId>flagsmith-java-client</artifactId>
9-
<version>5.1.2</version>
9+
<version>6.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Flagsmith Java Client</name>
@@ -40,7 +40,7 @@
4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43-
<java.version>1.8</java.version>
43+
<java.version>1.11</java.version>
4444
<jacksonVersion>2.13.5</jacksonVersion>
4545
<lombok.version>1.18.22</lombok.version>
4646
<slf4j.version>1.7.30</slf4j.version>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.testng</groupId>
108108
<artifactId>testng</artifactId>
109-
<version>6.14.3</version>
109+
<version>7.7.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>

0 commit comments

Comments
 (0)