We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f522e commit 0234956Copy full SHA for 0234956
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Testcontainers Port Updater Changelog
2
3
## [Unreleased]
4
+- Bump dependencies to their latest versions
5
+- Fix unnecessary updates on the data source URL
6
+- Bump Gradle version to 7.6
7
8
## [1.0.4] - 2022-12-12
9
- Support latest IntelliJ 2022.3
gradle.properties
@@ -3,7 +3,7 @@
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
pluginName = Testcontainers Port Updater
-pluginVersion = 1.0.4
+pluginVersion = 1.0.5
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
0 commit comments