File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
kafka-connect-fitbit-source
kafka-connect-oura-source Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2525 - uses : actions/setup-java@v3
2626 with :
2727 distribution : temurin
28- java-version : 11
28+ java-version : 17
2929
3030 - name : Setup Gradle
3131 uses : gradle/gradle-build-action@v2
Original file line number Diff line number Diff line change 2525 - uses : actions/setup-java@v3
2626 with :
2727 distribution : temurin
28- java-version : 11
28+ java-version : 17
2929
3030 - name : Setup Gradle
3131 uses : gradle/gradle-build-action@v2
Original file line number Diff line number Diff line change 2020 - uses : actions/setup-java@v3
2121 with :
2222 distribution : temurin
23- java-version : 11
23+ java-version : 17
2424
2525 - name : Gradle cache
2626 uses : actions/cache@v3
Original file line number Diff line number Diff line change 2020 - uses : actions/setup-java@v3
2121 with :
2222 distribution : temurin
23- java-version : 11
23+ java-version : 17
2424
2525 - name : Gradle cache
2626 uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Fitbit in particular. The documentation of the Kafka Connect REST source still n
88### Installation
99
1010This repository relies on a recent version of docker and docker-compose as well as an installation
11- of Java 11 or later.
11+ of Java 17 or later.
1212
1313### Usage
1414
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 1.9.10 "
2+ kotlin(" jvm" ) version " 1.9.22 "
33}
44
55repositories {
Original file line number Diff line number Diff line change 22object Versions {
33 const val project = " 0.4.2-SNAPSHOT"
44
5- const val java = 11
5+ const val java = 17
66 const val kotlin = " 1.9.10"
77 const val wrapper = " 8.4"
88
9- const val radarCommons = " 1.1.1 "
10- const val confluent = " 7.5 .0"
9+ const val radarCommons = " 1.1.2 "
10+ const val confluent = " 7.6 .0"
1111 const val kafka = " $confluent -ce"
12- const val avro = " 1.11.0 "
12+ const val avro = " 1.11.3 "
1313
1414 const val managementPortal = " 2.0.0"
1515
1616 // From image
17- const val jackson = " 2.14.2 "
17+ const val jackson = " 2.16.1 "
1818
1919 const val log4j2 = " 2.20.0"
2020 const val slf4j = " 2.0.9"
2121
22- const val okhttp = " 4.11 .0"
22+ const val okhttp = " 4.12 .0"
2323
2424 const val firebaseAdmin = " 9.1.0"
25- const val radarSchemas = " 0.8.6 "
25+ const val radarSchemas = " 0.8.7-hotfix "
2626 const val ktor = " 2.3.5"
2727
2828 const val junit = " 5.9.3"
2929 const val wiremock = " 2.27.2"
3030 const val mockito = " 5.3.1"
3131
32- const val kotlinVersion = " 1.8.21 "
32+ const val kotlinVersion = " 1.9.10 "
3333}
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM gradle:8.4-jdk11 as builder
15+ FROM --platform=$BUILDPLATFORM gradle:8.4-jdk17 as builder
1616
1717RUN mkdir /code
1818WORKDIR /code
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=$BUILDPLATFORM gradle:8.4-jdk11 as builder
15+ FROM --platform=$BUILDPLATFORM gradle:8.4-jdk17 as builder
1616
1717RUN mkdir /code
1818WORKDIR /code
You can’t perform that action at this time.
0 commit comments