Skip to content

Commit

Permalink
deps: bump org.camunda.bpm:camunda-bom from 7.19.0 to 7.20.0 in /exam…
Browse files Browse the repository at this point in the history
…ple/process-solution-migrated (#444)

* deps: bump org.camunda.bpm:camunda-bom

Bumps [org.camunda.bpm:camunda-bom](https://github.com/camunda/camunda-bpm-platform) from 7.19.0 to 7.20.0.
- [Commits](camunda/camunda-bpm-platform@7.19.0...7.20.0)

---
updated-dependencies:
- dependency-name: org.camunda.bpm:camunda-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* moved to 0.7.0 of the adapter (f*** jakarta packages)

* java 11

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Lukas <[email protected]>
  • Loading branch information
dependabot[bot] and jonathanlukas authored Nov 3, 2023
1 parent 90c39eb commit d724ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/process-solution-camunda-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
<project.build.resourceEncoding>${encoding}</project.build.resourceEncoding>
<version.java>1.8</version.java>
<version.java>11</version.java>
<maven.compiler.source>${version.java}</maven.compiler.source>
<maven.compiler.target>${version.java}</maven.compiler.target>

Expand Down
6 changes: 3 additions & 3 deletions example/process-solution-migrated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
<project.build.resourceEncoding>${encoding}</project.build.resourceEncoding>
<version.java>1.8</version.java>
<version.java>11</version.java>
<maven.compiler.source>${version.java}</maven.compiler.source>
<maven.compiler.target>${version.java}</maven.compiler.target>

<version.spring-boot>3.1.5</version.spring-boot>
<version.camunda>7.19.0</version.camunda>
<version.adapter>0.6.3</version.adapter>
<version.camunda>7.20.0</version.camunda>
<version.adapter>0.7.0</version.adapter>
<version.spring-zeebe>8.3.1</version.spring-zeebe>

<plugin.version.maven-surefire-plugin>3.2.1</plugin.version.maven-surefire-plugin>
Expand Down

0 comments on commit d724ba1

Please sign in to comment.