qwazer / markdown-confluence-gradle-plugin

Gradle plugin to publish markdown pages to confluence
Apache License 2.0
12 stars 16 forks source link

update dependencies plugin to the last workable version #35

Closed imanushin closed 1 year ago

imanushin commented 1 year ago

Attempt №2 to have workable dependencyUpdates. It seems like Gradle 6 doesn't work with Versions plugin v.20. What is interesting: the latest version of Versions plugin doesn't work with Gradle 6 too.

Therefore, updating to intermediate version. I executed task locally (with JVM 1.8) and got outputs below.

19:36:24: Executing 'dependencyUpdates --info'...

The client will now receive all logging from the daemon (pid: 5956). The daemon log file: C:\g\daemon\6.9.2\daemon-5956.out.log
Starting 8th build in daemon [uptime: 16 mins 17.566 secs, performance: 99%, non-heap usage: 32% of 256 MiB]
Using 4 worker leases.
Watching the file system is disabled
Starting Build
Settings evaluated using settings file 'C:\git\markdown-confluence-gradle-plugin\settings.gradle'.
Projects loaded. Root project using build file 'C:\git\markdown-confluence-gradle-plugin\build.gradle'.
Included projects: [root project 'markdown-confluence-gradle-plugin']

> Configure project :
Evaluating root project 'markdown-confluence-gradle-plugin' using build file 'C:\git\markdown-confluence-gradle-plugin\build.gradle'.
Compiling build file 'C:\git\markdown-confluence-gradle-plugin\build.gradle' using SubsetScriptTransformer.
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/ben-manes/versions/com.github.ben-manes.versions.gradle.plugin/0.40.0/com.github.ben-manes.versions.gradle.plugin-0.40.0.pom, C:\g\caches\modules-2\files-2.1\com.github.ben-manes.versions\com.github.ben-manes.versions.gradle.plugin\0.40.0\f1cbd732f6af80bc8e21f74e01df0a6546c44ad7\com.github.ben-manes.versions.gradle.plugin-0.40.0.pom]
Resource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/github/ben-manes/versions/com.github.ben-manes.versions.gradle.plugin/0.40.0/com.github.ben-manes.versions.gradle.plugin-0.40.0.jar]
Resource missing. [HTTP HEAD: https://jcenter.bintray.com/com/github/ben-manes/versions/com.github.ben-manes.versions.gradle.plugin/0.40.0/com.github.ben-manes.versions.gradle.plugin-0.40.0.pom]
Resource missing. [HTTP HEAD: https://jcenter.bintray.com/com/github/ben-manes/gradle-versions-plugin/0.40.0/gradle-versions-plugin-0.40.0.pom]
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/ben-manes/gradle-versions-plugin/0.40.0/gradle-versions-plugin-0.40.0.pom, C:\g\caches\modules-2\files-2.1\com.github.ben-manes\gradle-versions-plugin\0.40.0\7038692a840547dbfacbcdea9a241dbe28de4b9b\gradle-versions-plugin-0.40.0.pom]
Downloading https://plugins.gradle.org/m2/com/github/ben-manes/gradle-versions-plugin/0.40.0/gradle-versions-plugin-0.40.0.module to C:\Users\igorm\AppData\Local\Temp\gradle_download3028200018575185283bin
Found locally available resource with matching checksum: [https://jcenter.bintray.com/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.pom, C:\g\caches\modules-2\files-2.1\com.thoughtworks.xstream\xstream\1.4.17\21eee30b9b16bfa95933f8c1b95894fe21a38441\xstream-1.4.17.pom]
Found locally available resource with matching checksum: [https://jcenter.bintray.com/com/thoughtworks/xstream/xstream-parent/1.4.17/xstream-parent-1.4.17.pom, C:\g\caches\modules-2\files-2.1\com.thoughtworks.xstream\xstream-parent\1.4.17\50c86d496f0b8ee775beac8eaeb805539e123d6\xstream-parent-1.4.17.pom]
Found locally available resource with matching checksum: [https://jcenter.bintray.com/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.pom, C:\g\caches\modules-2\files-2.1\io.github.x-stream\mxparser\1.2.1\fb9492cbed9c1ea038c335f63683d3d1d6d9c514\mxparser-1.2.1.pom]
Found locally available resource with matching checksum: [https://jcenter.bintray.com/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17.jar, C:\g\caches\modules-2\files-2.1\com.thoughtworks.xstream\xstream\1.4.17\646da0e0fa6c56ff2f1b81601fb8934393718217\xstream-1.4.17.jar]
Found locally available resource with matching checksum: [https://jcenter.bintray.com/io/github/x-stream/mxparser/1.2.1/mxparser-1.2.1.jar, C:\g\caches\modules-2\files-2.1\io.github.x-stream\mxparser\1.2.1\2a7e50b9831efc7785a4d276d94eadee343a4729\mxparser-1.2.1.jar]
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/ben-manes/gradle-versions-plugin/0.40.0/gradle-versions-plugin-0.40.0.jar, C:\g\caches\modules-2\files-2.1\com.github.ben-manes\gradle-versions-plugin\0.40.0\111f8e934f75a342a9c304bb7edbfcdeca5872c\gradle-versions-plugin-0.40.0.jar]
Compiling build file 'C:\git\markdown-confluence-gradle-plugin\build.gradle' using BuildScriptTransformer.
Configuring signAndPublish task for project :
All projects evaluated.
Selected primary task 'dependencyUpdates' from project :
Tasks to be executed: [task ':dependencyUpdates']
Tasks that were excluded: []
:dependencyUpdates (Thread[Daemon worker Thread 2,5,main]) started.

> Task :dependencyUpdates
Caching disabled for task ':dependencyUpdates' because:
  Build cache is disabled
Task ':dependencyUpdates' is not up-to-date because:
  Task.upToDateWhen is false.
Resolving markdown-confluence-gradle-plugin project (root) buildscript with repositories:
 - BintrayJCenter: https://jcenter.bintray.com/
 - maven: https://plugins.gradle.org/m2/
 - __plugin_repository__Gradle Central Plugin Repository: PluginArtifactRepository
Resolving markdown-confluence-gradle-plugin project (root) configurations with repositories:
 - MavenRepo: https://repo.maven.apache.org/maven2/
Pom file for org.slf4j:slf4j-api:2.0.6 is C:\g\caches\modules-2\files-2.1\org.slf4j\slf4j-api\2.0.6\2b93d5f66ad2ba259bf4b2c94da39f0d6c544400\slf4j-api-2.0.6.pom
Found url for org.slf4j:slf4j-api:2.0.6: http://www.slf4j.org
Cached resource https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.0.4/spring-core-6.0.4.pom is up-to-date (lastModified: Wed Jan 11 12:53:47 GMT 2023).
Pom file for org.springframework:spring-core:6.0.4 is C:\g\caches\modules-2\files-2.1\org.springframework\spring-core\6.0.4\496f1a57eca982285132653eb35ca9fbae83feb8\spring-core-6.0.4.pom
Found url for org.springframework:spring-core:6.0.4: https://github.com/spring-projects/spring-framework
Cached resource https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.0.4/spring-context-6.0.4.pom is up-to-date (lastModified: Wed Jan 11 12:53:48 GMT 2023).
Pom file for org.springframework:spring-context:6.0.4 is C:\g\caches\modules-2\files-2.1\org.springframework\spring-context\6.0.4\29667bdecc94ee1250db63b84e1e7e0d909e880a\spring-context-6.0.4.pom
Found url for org.springframework:spring-context:6.0.4: https://github.com/spring-projects/spring-framework
Cached resource https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.0.4/spring-web-6.0.4.pom is up-to-date (lastModified: Wed Jan 11 12:53:49 GMT 2023).
Pom file for org.springframework:spring-web:6.0.4 is C:\g\caches\modules-2\files-2.1\org.springframework\spring-web\6.0.4\4ae116e4d865314d54abfeccc2982117684fe549\spring-web-6.0.4.pom
Found url for org.springframework:spring-web:6.0.4: https://github.com/spring-projects/spring-framework
Cached resource https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.7.0/json-path-2.7.0.pom is up-to-date (lastModified: Sun Jan 30 14:35:28 GMT 2022).
Pom file for com.jayway.jsonpath:json-path:2.7.0 is C:\g\caches\modules-2\files-2.1\com.jayway.jsonpath\json-path\2.7.0\e594e91355d36417036e6979a69b368e7a6134e7\json-path-2.7.0.pom
Found url for com.jayway.jsonpath:json-path:2.7.0: https://github.com/jayway/JsonPath
Cached resource https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1.pom is up-to-date (lastModified: Mon Nov 21 23:43:13 GMT 2022).
Pom file for com.fasterxml.jackson.core:jackson-databind:2.14.1 is C:\g\caches\modules-2\files-2.1\com.fasterxml.jackson.core\jackson-databind\2.14.1\8c3bdf0527603b7c543f55fb10cf4b9d77bf9182\jackson-databind-2.14.1.pom
Found url for com.fasterxml.jackson.core:jackson-databind:2.14.1: https://github.com/FasterXML/jackson
Cached resource https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom is up-to-date (lastModified: Wed Aug 24 01:14:01 BST 2022).
Pom file for org.jsoup:jsoup:1.15.3 is C:\g\caches\modules-2\files-2.1\org.jsoup\jsoup\1.15.3\ab2b80a5a7dee871a2e57fd2a733828b482d7f4\jsoup-1.15.3.pom
Found url for org.jsoup:jsoup:1.15.3: https://jsoup.org/
Cached resource https://repo.maven.apache.org/maven2/org/pegdown/pegdown/1.6.0/pegdown-1.6.0.pom is up-to-date (lastModified: Fri Sep 18 11:01:13 BST 2015).
Pom file for org.pegdown:pegdown:1.6.0 is C:\g\caches\modules-2\files-2.1\org.pegdown\pegdown\1.6.0\e08771e6d05e89b2f0360828d5643e3e79a8075c\pegdown-1.6.0.pom
Found url for org.pegdown:pegdown:1.6.0: http://pegdown.org
Downloading https://repo.maven.apache.org/maven2/commons-io/commons-io/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download5276803273192336841bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom, C:\g\caches\modules-2\files-2.1\commons-io\commons-io\2.11.0\3fe5d6ebed1afb72c3e8c166dba0b0e00fdd1f16\commons-io-2.11.0.pom]
Downloading https://repo.maven.apache.org/maven2/junit/junit/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download5162198189965979796bin
Downloading https://repo.maven.apache.org/maven2/org/mockito/mockito-core/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download407572538168252949bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.pom, C:\g\caches\modules-2\files-2.1\org.mockito\mockito-core\4.11.0\9f4ccd6bbc38bf022156e235530f1a6cd1098a02\mockito-core-4.11.0.pom]
Downloading https://repo.maven.apache.org/maven2/org/springframework/spring-test/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download1916591390448076762bin
Found locally available resource with matching checksum: [https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.0.4/spring-test-6.0.4.pom, C:\g\caches\modules-2\files-2.1\org.springframework\spring-test\6.0.4\d8349e927024067cc006bfff5f4a3de3e841dd92\spring-test-6.0.4.pom]
Downloading https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.0.4/spring-test-6.0.4.module to C:\Users\igorm\AppData\Local\Temp\gradle_download8135724126520567591bin
Pom file for commons-io:commons-io:2.11.0 is C:\g\caches\modules-2\files-2.1\commons-io\commons-io\2.11.0\3fe5d6ebed1afb72c3e8c166dba0b0e00fdd1f16\commons-io-2.11.0.pom
Found url for commons-io:commons-io:2.11.0: https://commons.apache.org/proper/commons-io/
Pom file for junit:junit:4.13.2 is C:\g\caches\modules-2\files-2.1\junit\junit\4.13.2\73bc5be628edeb297a1caf421a5a2e494798b92f\junit-4.13.2.pom
Found url for junit:junit:4.13.2: http://junit.org
Pom file for org.mockito:mockito-core:4.11.0 is C:\g\caches\modules-2\files-2.1\org.mockito\mockito-core\4.11.0\9f4ccd6bbc38bf022156e235530f1a6cd1098a02\mockito-core-4.11.0.pom
Found url for org.mockito:mockito-core:4.11.0: https://github.com/mockito/mockito
Pom file for org.springframework:spring-test:6.0.4 is C:\g\caches\modules-2\files-2.1\org.springframework\spring-test\6.0.4\d8349e927024067cc006bfff5f4a3de3e841dd92\spring-test-6.0.4.pom
Found url for org.springframework:spring-test:6.0.4: https://github.com/spring-projects/spring-framework
Resolving markdown-confluence-gradle-plugin project (root) buildscript with repositories:
 - BintrayJCenter: https://jcenter.bintray.com/
 - maven: https://plugins.gradle.org/m2/
 - __plugin_repository__Gradle Central Plugin Repository: PluginArtifactRepository
Resolving markdown-confluence-gradle-plugin project (root) configurations with repositories:
 - MavenRepo: https://repo.maven.apache.org/maven2/
Resource missing. [HTTP GET: https://jcenter.bintray.com/com/gradle/publish/plugin-publish-plugin/maven-metadata.xml]
Downloading https://plugins.gradle.org/m2/com/gradle/publish/plugin-publish-plugin/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download2075512353237670019bin
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/gradle/publish/plugin-publish-plugin/1.1.0/plugin-publish-plugin-1.1.0.pom, C:\g\caches\modules-2\files-2.1\com.gradle.publish\plugin-publish-plugin\1.1.0\10acce5e0802f5e97e9e0305e44e1320eded0c4c\plugin-publish-plugin-1.1.0.pom]
Downloading https://plugins.gradle.org/m2/com/gradle/publish/plugin-publish-plugin/1.1.0/plugin-publish-plugin-1.1.0.module to C:\Users\igorm\AppData\Local\Temp\gradle_download8701448283252235156bin
Downloading https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download364096507565341600bin
Found locally available resource with matching checksum: [https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.5/gradle-bintray-plugin-1.8.5.pom, C:\g\caches\modules-2\files-2.1\com.jfrog.bintray.gradle\gradle-bintray-plugin\1.8.5\a560625a002a614d5a9ea9c78dc4a887a2dfe6a3\gradle-bintray-plugin-1.8.5.pom]
Downloading https://plugins.gradle.org/m2/com/jfrog/bintray/gradle/gradle-bintray-plugin/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download4091388214347788974bin
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.5/gradle-bintray-plugin-1.8.5.pom, C:\g\caches\modules-2\files-2.1\com.jfrog.bintray.gradle\gradle-bintray-plugin\1.8.5\a560625a002a614d5a9ea9c78dc4a887a2dfe6a3\gradle-bintray-plugin-1.8.5.pom]
Resource missing. [HTTP GET: https://jcenter.bintray.com/com/github/ben-manes/versions/com.github.ben-manes.versions.gradle.plugin/maven-metadata.xml]
Downloading https://plugins.gradle.org/m2/com/github/ben-manes/versions/com.github.ben-manes.versions.gradle.plugin/maven-metadata.xml to C:\Users\igorm\AppData\Local\Temp\gradle_download7676620540534223664bin
Resource missing. [HTTP HEAD: https://repo.maven.apache.org/maven2/com/gradle/publish/plugin-publish-plugin/1.1.0/plugin-publish-plugin-1.1.0.pom]
Did not find url for com.gradle.publish:plugin-publish-plugin:1.1.0
Resource missing. [HTTP HEAD: https://repo.maven.apache.org/maven2/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.5/gradle-bintray-plugin-1.8.5.pom]
Did not find url for com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5
Resource missing. [HTTP HEAD: https://repo.maven.apache.org/maven2/com/github/ben-manes/versions/com.github.ben-manes.versions.gradle.plugin/0.44.0/com.github.ben-manes.versions.gradle.plugin-0.44.0.pom]
Did not find url for com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.44.0
Comparing dependency (current: com.fasterxml.jackson.core:jackson-databind:2.12.3, latest: 2.14.1)
Comparing dependency (current: com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.40.0, latest: 0.44.0)
Comparing dependency (current: com.gradle.publish:plugin-publish-plugin:0.12.0, latest: 1.1.0)
Comparing dependency (current: com.jayway.jsonpath:json-path:2.4.0, latest: 2.7.0)
Comparing dependency (current: com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4, latest: 1.8.5)
Comparing dependency (current: commons-io:commons-io:2.6, latest: 2.11.0)
Comparing dependency (current: junit:junit:4.12, latest: 4.13.2)
Comparing dependency (current: org.jsoup:jsoup:1.11.2, latest: 1.15.3)
Comparing dependency (current: org.mockito:mockito-core:2.18.0, latest: 4.11.0)
Comparing dependency (current: org.pegdown:pegdown:1.6.0, latest: 1.6.0)
Comparing dependency (current: org.slf4j:slf4j-api:1.7.25, latest: 2.0.6)
Comparing dependency (current: org.springframework:spring-context:5.1.8.RELEASE, latest: 6.0.4)
Comparing dependency (current: org.springframework:spring-core:5.1.8.RELEASE, latest: 6.0.4)
Comparing dependency (current: org.springframework:spring-test:5.1.8.RELEASE, latest: 6.0.4)
Comparing dependency (current: org.springframework:spring-web:5.1.8.RELEASE, latest: 6.0.4)

------------------------------------------------------------
: Project Dependency Updates (report to plain text file)
------------------------------------------------------------

The following dependencies are using the latest milestone version:
 - org.pegdown:pegdown:1.6.0

The following dependencies have later milestone versions:
 - com.fasterxml.jackson.core:jackson-databind [2.12.3 -> 2.14.1]
     https://github.com/FasterXML/jackson
 - com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin [0.40.0 -> 0.44.0]
 - com.gradle.publish:plugin-publish-plugin [0.12.0 -> 1.1.0]
 - com.jayway.jsonpath:json-path [2.4.0 -> 2.7.0]
     https://github.com/jayway/JsonPath
 - com.jfrog.bintray.gradle:gradle-bintray-plugin [1.8.4 -> 1.8.5]
 - commons-io:commons-io [2.6 -> 2.11.0]
     https://commons.apache.org/proper/commons-io/
 - junit:junit [4.12 -> 4.13.2]
     http://junit.org
 - org.jsoup:jsoup [1.11.2 -> 1.15.3]
     https://jsoup.org/
 - org.mockito:mockito-core [2.18.0 -> 4.11.0]
     https://github.com/mockito/mockito
 - org.slf4j:slf4j-api [1.7.25 -> 2.0.6]
     http://www.slf4j.org
 - org.springframework:spring-context [5.1.8.RELEASE -> 6.0.4]
     https://github.com/spring-projects/spring-framework
 - org.springframework:spring-core [5.1.8.RELEASE -> 6.0.4]
     https://github.com/spring-projects/spring-framework
 - org.springframework:spring-test [5.1.8.RELEASE -> 6.0.4]
     https://github.com/spring-projects/spring-framework
 - org.springframework:spring-web [5.1.8.RELEASE -> 6.0.4]
     https://github.com/spring-projects/spring-framework

Gradle release-candidate updates:
 - Gradle: [6.9.2 -> 7.6 -> 8.0-rc-1]

Generated report file C:\git\markdown-confluence-gradle-plugin\build\dependencyUpdates\report.txt
:dependencyUpdates (Thread[Daemon worker Thread 2,5,main]) completed. Took 4.12 secs.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 9s
1 actionable task: 1 executed
19:36:34: Execution finished 'dependencyUpdates --info'.