Skip to content

Commit f9a4e00

Browse files
Merge pull request #271 from yusufugurozbek/next
release: version 1.1.7
2 parents 81a9877 + 602e638 commit f9a4e00

File tree

9 files changed

+29
-21
lines changed

9 files changed

+29
-21
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-java@v4
5050
with:
5151
distribution: zulu
52-
java-version: 17
52+
java-version: 21
5353

5454
# Setup Gradle
5555
- name: Setup Gradle
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/setup-java@v4
110110
with:
111111
distribution: zulu
112-
java-version: 17
112+
java-version: 21
113113

114114
# Setup Gradle
115115
- name: Setup Gradle
@@ -163,11 +163,11 @@ jobs:
163163
uses: actions/setup-java@v4
164164
with:
165165
distribution: zulu
166-
java-version: 17
166+
java-version: 21
167167

168168
# Run Qodana inspections
169169
- name: Qodana - Code Inspection
170-
uses: JetBrains/qodana-action@v2024.2.6
170+
uses: JetBrains/qodana-action@v2024.3.4
171171
with:
172172
cache-default-branch-only: true
173173

@@ -194,7 +194,7 @@ jobs:
194194
uses: actions/setup-java@v4
195195
with:
196196
distribution: zulu
197-
java-version: 17
197+
java-version: 21
198198

199199
# Setup Gradle
200200
- name: Setup Gradle

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-java@v4
3030
with:
3131
distribution: zulu
32-
java-version: 17
32+
java-version: 21
3333

3434
# Setup Gradle
3535
- name: Setup Gradle

.github/workflows/run-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@v4
4141
with:
4242
distribution: zulu
43-
java-version: 17
43+
java-version: 21
4444

4545
# Setup Gradle
4646
- name: Setup Gradle

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Testcontainers Port Updater Changelog
22

33
## [Unreleased]
4+
- Bump dependencies to their latest versions
5+
- Support latest IntelliJ 2025.1.*
6+
- Bump Java version to 21
7+
- Bump Gradle version to 8.12.1
8+
9+
## [1.1.6] - 2024-11-19
10+
411
- Bump dependencies to their latest versions
512
- Support latest IntelliJ 2024.3.*
613
- Bump Gradle version to 8.11
@@ -142,7 +149,8 @@
142149

143150
- Create the plugin
144151

145-
[Unreleased]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.5...HEAD
152+
[Unreleased]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.6...HEAD
153+
[1.1.6]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.5...v1.1.6
146154
[1.1.5]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.4...v1.1.5
147155
[1.1.4]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.3...v1.1.4
148156
[1.1.3]: https://github.com/yusufugurozbek/testcontainers-port-updater/compare/v1.1.2...v1.1.3

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
44
pluginName = Testcontainers Port Updater
55
pluginRepositoryUrl = https://github.com/yusufugurozbek/testcontainers-port-updater
6-
pluginVersion = 1.1.6
6+
pluginVersion = 1.1.7
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9-
pluginSinceBuild = 234
10-
pluginUntilBuild = 243.*
9+
pluginSinceBuild = 242
10+
pluginUntilBuild = 251.*
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1313
platformType = IU
14-
platformVersion = 2024.1
14+
platformVersion = 2024.2
1515

1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
platformPlugins =
1818
platformBundledPlugins = com.intellij.database
1919

2020
# Gradle Releases -> https://github.com/gradle/gradle/releases
21-
gradleVersion = 8.11
21+
gradleVersion = 8.12.1
2222
org.gradle.jvmargs=-Xmx1g
2323

2424
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
@@ -30,4 +30,4 @@ org.gradle.configuration-cache = true
3030
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
3131
org.gradle.caching = true
3232

33-
javaVersion = 17
33+
javaVersion = 21

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.1.0"
8-
kotlin = "2.0.21"
9-
kover = "0.8.3"
10-
qodana = "2024.2.6"
7+
intelliJPlatform = "2.2.1"
8+
kotlin = "2.1.10"
9+
kover = "0.9.1"
10+
qodana = "2024.3.4"
1111

1212
[libraries]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
version: 1.0
55
linter: jetbrains/qodana-jvm-community:2024.2
6-
projectJDK: "17"
6+
projectJDK: "21"
77
profile:
88
name: qodana.recommended
99
exclude:

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
2+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
33
}
44

55
rootProject.name = "Testcontainers Port Updater"

0 commit comments

Comments
 (0)