Skip to content

Commit e659a3e

Browse files
authored
deps: update dependency org.scala-lang.modules:scala-java8-compat_2.11 to v1.0.2 (#295)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.scala-lang.modules:scala-java8-compat_2.11](http://www.scala-lang.org/) ([source](https://togithub.com/scala/scala-java8-compat)) | `1.0.1` -> `1.0.2` | [![age](https://badges.renovateapi.com/packages/maven/org.scala-lang.modules:scala-java8-compat_2.11/1.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.scala-lang.modules:scala-java8-compat_2.11/1.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.scala-lang.modules:scala-java8-compat_2.11/1.0.2/compatibility-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.scala-lang.modules:scala-java8-compat_2.11/1.0.2/confidence-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>scala/scala-java8-compat</summary> ### [`v1.0.2`](https://togithub.com/scala/scala-java8-compat/releases/v1.0.2) [Compare Source](https://togithub.com/scala/scala-java8-compat/compare/v1.0.1...v1.0.2) #### What's Changed - Fix [#&#8203;247](https://togithub.com/scala/scala-java8-compat/issues/247) ensure binary compatibility from now by [@&#8203;ohze](https://togithub.com/ohze) in [https://github.com/scala/scala-java8-compat/pull/248](https://togithub.com/scala/scala-java8-compat/pull/248) #### New Contributors - [@&#8203;ohze](https://togithub.com/ohze) made their first contribution in [https://github.com/scala/scala-java8-compat/pull/248](https://togithub.com/scala/scala-java8-compat/pull/248) **Full Changelog**: scala/scala-java8-compat@v1.0.1...v1.0.2 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-pubsublite-spark).
1 parent dec1df3 commit e659a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.scala-lang.modules</groupId>
118118
<artifactId>scala-java8-compat_${scala.version.short}</artifactId>
119-
<version>1.0.1</version>
119+
<version>1.0.2</version>
120120
</dependency>
121121

122122
<!--test dependencies-->

0 commit comments

Comments
 (0)