Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 15 updates #61

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2024

Bumps the dependencies group with 15 updates:

Package From To
org.avaje:java11-oss 3.9 4.5
io.avaje:junit 1.3 1.5
io.avaje:avaje-http-client 2.0 2.8
io.avaje:avaje-config 3.9 4.0
com.fasterxml.jackson.core:jackson-databind 2.14.0 2.18.1
io.avaje:avaje-jsonb 1.4 2.3
io.avaje:avaje-inject-test 9.9 10.6
org.freemarker:freemarker 2.3.31 2.3.33
com.github.spullara.mustache.java:compiler 0.9.10 0.9.14
org.slf4j:slf4j-api 1.7.36 2.0.16
ch.qos.logback:logback-classic 1.2.11 1.5.12
org.apache.maven.plugins:maven-compiler-plugin 3.8.1 3.13.0
io.repaint.maven:tiles-maven-plugin 2.22 2.40
io.avaje:avaje-jsonb-generator 1.4 2.3
org.graalvm.buildtools:native-maven-plugin 0.9.16 0.10.3

Updates org.avaje:java11-oss from 3.9 to 4.5

Release notes

Sourced from org.avaje:java11-oss's releases.

3.12

What's Changed

New Contributors

Full Changelog: avaje-pom/java11-oss@3.11...3.12

Commits

Updates io.avaje:junit from 1.3 to 1.5

Updates io.avaje:avaje-http-client from 2.0 to 2.8

Commits

Updates io.avaje:avaje-config from 3.9 to 4.0

Release notes

Sourced from io.avaje:avaje-config's releases.

4.0

What's Changed

Full Changelog: avaje/avaje-config@3.14...4.0

3.14

What's Changed

Dependabot

Full Changelog: avaje/avaje-config@3.13...3.14

3.13

What's Changed

Full Changelog: avaje/avaje-config@3.12...3.13

3.12

What's Changed

avaje-aws-appconfig 1.0

... (truncated)

Commits
  • b13ad4f Version 4 of avaje-config and 1.1 of aws appconfig and dynamic logback
  • bdccd06 Merge pull request #154 from SentryMan/ea-stable
  • 75670c1 add ea stable workflow
  • 6eee3d5 Merge pull request #153 from avaje/dependabot/maven/org.avaje-java11-oss-4.3
  • 50eb57f Bump org.avaje:java11-oss from 4.1 to 4.3
  • 46874c3 Merge pull request #152 from avaje/dependabot/maven/io.avaje-avaje-spi-servic...
  • df155ac Bump io.avaje:avaje-spi-service from 1.8 to 1.9
  • cb6dfc5 Merge pull request #151 from avaje/dependabot/maven/io.avaje-avaje-spi-servic...
  • f490e19 Bump io.avaje:avaje-spi-service from 1.7 to 1.8
  • 75350b6 Merge pull request #150 from avaje/dependabot/maven/io.avaje-avaje-spi-servic...
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.14.0 to 2.18.1

Commits

Updates io.avaje:avaje-jsonb from 1.4 to 2.3

Release notes

Sourced from io.avaje:avaje-jsonb's releases.

2.3

What's Changed

New Contributors

Full Changelog: avaje/avaje-jsonb@2.2...2.3

2.2

What's Changed

Dependencies

Full Changelog: avaje/avaje-jsonb@2.1...2.2

2.1

What's Changed

Dependencies

Full Changelog: avaje/avaje-jsonb@2.0...2.1

2.0

What's Changed

... (truncated)

Commits
  • f33c324 Version 2.3
  • 63b4e68 Faster jackson defaults (#289)
  • 0a0ad75 Bump parent pom to 4.5
  • 95f7cf9 bump to next snapshot
  • 92e0461 Merge pull request #288 from Mechite/main
  • 9e6f7f1 Add InetAddress test to blackbox-test
  • 58ab3d1 Add InetAddressAdapter for serialization of all InetAddress variations
  • 2091198 Dependabot Grouping (#287)
  • 26a5c07 Merge pull request #286 from avaje/dependabot/maven/io.avaje-avaje-spi-servic...
  • 3912686 Bump io.avaje:avaje-spi-service from 2.4 to 2.5
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-test from 9.9 to 10.6

Updates org.freemarker:freemarker from 2.3.31 to 2.3.33

Updates com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.14

Commits
  • 698bb59 [maven-release-plugin] prepare release mustache.java-0.9.14
  • 78dbb3e ISSUE-305: add a test case
  • 702606f add support for dynamicnames
  • 9442141 update the README with a link to the build
  • a9c77e8 the lambda tests depend on this ordering
  • 9cc19a4 update to latest spec tests
  • b2676e4 Update README.md
  • d2a2632 Update maven.yml
  • 5f883ae Update maven.yml
  • b72d3af Create maven.yml
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 1.7.36 to 2.0.16

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.5.12

Commits
  • 3a64b51 prepare release 1.5.12
  • ecae664 fix issues/879
  • 85968fa logger call ends with two exceptions - fix issues/876
  • ea3cec8 Update README.md
  • 887cbba update README.md
  • df2a3b6 start work on 1.5.12-SNAPSHOT
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.13.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.13.0

🚀 New features and improvements

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

3.12.1

🐛 Bug Fixes

📦 Dependency updates

3.12.0

🚀 New features and improvements

... (truncated)

Commits
  • a1415aa [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0
  • b2b9196 [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo
  • 6d2ce5a [MCOMPILER-584] Refresh page - Using Non-Javac Compilers
  • eebad60 [MCOMPILER-585] Refresh plugins versions in ITs
  • ceacf68 [MCOMPILER-582] Automatic detection of release option for JDK < 9
  • 110293f [MCOMPILER-583] Require Maven 3.6.3
  • 90131df [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
  • 74cfc72 [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...
  • f85aa27 Bump apache/maven-gh-actions-shared from 3 to 4
  • d59ef49 extract Maven 3.3.1 specific method call
  • Additional commits viewable in compare view

Updates io.repaint.maven:tiles-maven-plugin from 2.22 to 2.40

Release notes

Sourced from io.repaint.maven:tiles-maven-plugin's releases.

Release tiles-maven-plugin-2.40

Changelog

🛠 Build

  • b570011 Drop jrelease:release from release (for now)

📝 Documentation

  • 4f48a81 Updated README/CHANGELOG

  • f3cf8b9 [maven-release-plugin] prepare release tiles-maven-plugin-2.40
  • 2860198 Added jrelease maven plugin
  • 7380278 Fixing an issue with distribution management repositories losing authentication settings.
  • 804efcf Fixing an issue with distribution management repositories losing authentication settings.
  • e5bedd5 Fixing an issue with distribution management repositories losing authentication settings.
  • 66f6450 Bump vite from 4.4.11 to 4.5.1 in /docs (#151), closes #151
  • 0c28d93 explicitely define m-jar-p version (#150), closes #150

Contributors

We'd like to thank the following people for their contributions:

Release tiles-maven-plugin-2.39

Changelog

  • 68173dd [maven-release-plugin] prepare for next development iteration
  • c589c2d [maven-release-plugin] prepare release tiles-maven-plugin-2.39
  • 39a9adf Added initial/manual jreleaser conf for github release
  • 7f16679 Updated changelog/docs for release
  • b196980 Initial Astro Starlight docs
  • 9f3b67e Updated Maven 4 workflow to alpha-8
  • 5d5b627 Updated minor dependencies.
  • 0a85881 Resolve issues with missing snapshot repositorie., closes #144
  • 8e82176 Added distributionManagement IT test
  • ef05aa7 [maven-release-plugin] prepare for next development iteration

Contributors

We'd like to thank the following people for their contributions:

Release tiles-maven-plugin-2.38

Changelog

  • 3022254 [maven-release-plugin] prepare release tiles-maven-plugin-2.38

... (truncated)

Changelog

Sourced from io.repaint.maven:tiles-maven-plugin's changelog.

== 2.40

  • Fixed issue with distribution management repositories losing authentication settings (Riesen, Stefan [email protected])
  • Explicitely define m-jar-p version (Hervé Boutemy [email protected])

== 2.39

  • Added Astro based documentation (WIP)
  • Additional fixes for distributionManagement usage inside tiles

== 2.38

  • Fix NPE in Repository Policy retreival
  • Fix distribution management snapshot repository load (Ricardo Caldeira [email protected])

== 2.37

  • Drop maven-compat and update dependendies
  • Switched to using Maven 3.9.5
  • Updated groovy to 4.0.15
  • Updated gmavenplus-plugin to 3.0.2
  • Updated maven-enforcer-plugin to 3.4.1
  • Updated maven-invoker-plugin to 3.6.0
  • Updated maven-plugin-plugin to 3.9.0
  • Updated maven-release-plugin to 3.0.1
  • Updated maven-scm-plugin to 2.0.1
  • Updated maven-source-plugin to 3.3.0
  • Updated maven-surefire-plugin to 3.1.2
  • Enablerd Reproducible Builds (Hervé Boutemy [email protected])
  • Add missing model version (Guillaume Nodet [email protected])

== 2.36

  • Recompiled/released under Java 8 to resolve String.isBlack issue

== 2.35

  • Updated maven-plugin-annotations to 3.8.2
  • Updated maven-filtering to 3.3.1
  • Updated mockito-core to 4.11.0
  • Updated maven-gpg-plugin to 3.1.0
  • Updated maven-invoker-plugin to 3.5.1
  • Updated maven-scm-plugin to 2.0.0
  • Updated maven-enforcer-plugin to 3.3.0
  • Updated maven-release-plugin to 3.0.0
  • Updated maven-compiler-plugin to 3.11.0
  • Updated sisu-maven-plugin to 0.9.0.M2
  • Updated maven-plugin-plugin to 3.8.2
  • Updated maven-surefire-plugin to 3.1.0
  • Updated groovy to 4.0.12 and fixed minor static analysis bug

... (truncated)

Commits
  • 92eedcf [maven-release-plugin] prepare for next development iteration
  • f3cf8b9 [maven-release-plugin] prepare release tiles-maven-plugin-2.40
  • b570011 build: Drop jrelease:release from release (for now)
  • 4f48a81 docs: Updated README/CHANGELOG
  • 2860198 Added jrelease maven plugin
  • 7380278 Fixing an issue with distribution management repositories losing authenticati...
  • 804efcf Fixing an issue with distribution management repositories losing authenticati...
  • e5bedd5 Fixing an issue with distribution management repositories losing authenticati...
  • 66f6450 Bump vite from 4.4.11 to 4.5.1 in /docs (#151)
  • 0c28d93 explicitely define m-jar-p version (#150)
  • Additional commits viewable in compare view

Updates io.avaje:avaje-jsonb-generator from 1.4 to 2.3

Updates org.graalvm.buildtools:native-maven-plugin from 0.9.16 to 0.10.3

Release notes

Sourced from org.graalvm.buildtools:native-maven-plugin's releases.

0.10.3

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.2...0.10.3

0.10.2

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.1...0.10.2

0.10.1

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.0...0.10.1

0.10.0

What's Changed

... (truncated)

Commits
  • fff2f2a Bump repository version and update samples
  • 8536ecd Merge pull request #609 from houcine7/fix-path-whitespaces-args
  • cdfcfa2 Unit test code
  • 2798688 Cleanup tests
  • 8fcddbf Merge branch 'master' into fix-path-whitespaces-args
  • 2c8c2a7 Merge pull request #616 from graalvm/fix-jdk-graalvm-error-message
  • 81fe799 Fix error message when the JDK is not a GraalVM
  • f5df203 Merge pull request #617 from graalvm/dnestoro/BumpMetadataVersionTo0.3.9
  • 3a0e44d Merge branch 'master' into dnestoro/BumpMetadataVersionTo0.3.9
  • 14f58ff Merge pull request #618 from graalvm/dnestoro/FixQuickBuildDeadLink
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [org.avaje:java11-oss](https://github.com/avaje-pom/java11-oss) | `3.9` | `4.5` |
| io.avaje:junit | `1.3` | `1.5` |
| [io.avaje:avaje-http-client](https://github.com/avaje/avaje-http-client) | `2.0` | `2.8` |
| [io.avaje:avaje-config](https://github.com/avaje/avaje-config) | `3.9` | `4.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.14.0` | `2.18.1` |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `1.4` | `2.3` |
| io.avaje:avaje-inject-test | `9.9` | `10.6` |
| org.freemarker:freemarker | `2.3.31` | `2.3.33` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.10` | `0.9.14` |
| org.slf4j:slf4j-api | `1.7.36` | `2.0.16` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.11` | `1.5.12` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.8.1` | `3.13.0` |
| [io.repaint.maven:tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) | `2.22` | `2.40` |
| io.avaje:avaje-jsonb-generator | `1.4` | `2.3` |
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.16` | `0.10.3` |


Updates `org.avaje:java11-oss` from 3.9 to 4.5
- [Release notes](https://github.com/avaje-pom/java11-oss/releases)
- [Commits](https://github.com/avaje-pom/java11-oss/commits)

Updates `io.avaje:junit` from 1.3 to 1.5

Updates `io.avaje:avaje-http-client` from 2.0 to 2.8
- [Release notes](https://github.com/avaje/avaje-http-client/releases)
- [Commits](https://github.com/avaje/avaje-http-client/commits)

Updates `io.avaje:avaje-config` from 3.9 to 4.0
- [Release notes](https://github.com/avaje/avaje-config/releases)
- [Commits](avaje/avaje-config@3.9...4.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.0 to 2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `io.avaje:avaje-jsonb` from 1.4 to 2.3
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](avaje/avaje-jsonb@1.4...2.3)

Updates `io.avaje:avaje-inject-test` from 9.9 to 10.6

Updates `org.freemarker:freemarker` from 2.3.31 to 2.3.33

Updates `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.14
- [Commits](spullara/mustache.java@0.9.10...mustache.java-0.9.14)

Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.16

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.5.12
- [Commits](qos-ch/logback@v_1.2.11...v_1.5.12)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.8.1 to 3.13.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.13.0)

Updates `io.repaint.maven:tiles-maven-plugin` from 2.22 to 2.40
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](repaint-io/maven-tiles@tiles-maven-plugin-2.22...tiles-maven-plugin-2.40)

Updates `io.avaje:avaje-jsonb-generator` from 1.4 to 2.3

Updates `org.graalvm.buildtools:native-maven-plugin` from 0.9.16 to 0.10.3
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.9.16...0.10.3)

---
updated-dependencies:
- dependency-name: org.avaje:java11-oss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:junit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-http-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-config
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-test
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.freemarker:freemarker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.repaint.maven:tiles-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2024

The following labels could not be found: dependencies.

@github-actions github-actions bot merged commit 78f39c4 into master Nov 23, 2024
7 checks passed
@github-actions github-actions bot deleted the dependabot/maven/master/dependencies-1492da72b5 branch November 23, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant