Skip to content

Commit 24c22ed

Browse files
authored
Merge pull request #430 from ProjectMapK/develop
Release 2026-05-07 14:02:54 +0000
2 parents a8a604f + e142a24 commit 24c22ed

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/lint-and-test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
java-version: '17'
4949
distribution: 'corretto'
5050
- name: Setup Gradle
51-
uses: gradle/actions/setup-gradle@v5
51+
uses: gradle/actions/setup-gradle@v6
5252
with:
5353
dependency-graph: generate-and-submit
5454
dependency-graph-continue-on-failure: false

.github/workflows/test-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
java-version: '${{ matrix.java-version }}'
5858
distribution: 'corretto'
5959
- name: Setup Gradle
60-
uses: gradle/actions/setup-gradle@v5
60+
uses: gradle/actions/setup-gradle@v6
6161
- name: Test
6262
run: ./gradlew test
6363
- name: Publish Test Report

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
jackson-module-kogera
22
====
33

4+
> [!WARNING]
5+
> Due to a busy schedule and a lack of motivation, I will no longer be actively maintaining this repository.
6+
> Therefore, there are no plans to add support for `Jackson 3.x`.
7+
8+
---
9+
410
Since `beta-23`, newer versions of `Kotlin` and `Java` than the original have been used to validate changes for `Jackson 3.x`.
511
See #Compatibility for details.
612

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val jacksonVersion = libs.versions.jackson.get()
1818
val generatedSrcPath = "${layout.buildDirectory.get()}/generated/kotlin"
1919

2020
group = groupStr
21-
version = "${jacksonVersion}-beta35"
21+
version = "${jacksonVersion}-beta36"
2222

2323
repositories {
2424
mavenCentral()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.1.21" # Mainly for CI, it can be rewritten by environment variable.
3-
jackson = "2.21.2"
3+
jackson = "2.21.3"
44

55
# test libs
66
junit = "5.14.3"

0 commit comments

Comments
 (0)