CGA1123 / dependabot-lein-runner

Run Dependabot for Clojure (lein)
https://github.com/dependabot/dependabot-core/pull/2769
MIT License
7 stars 2 forks source link

Bump org.clojure:clojure from 1.10.0 to 1.10.2 in /dummy #13

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Bumps org.clojure:clojure from 1.10.0 to 1.10.2.

Changelog

Sourced from org.clojure:clojure's changelog.

Changes to Clojure in Version 1.10.2

1 Dependencies

Updated dependencies:

  • spec.alpha dependency to 0.2.194 - changes
  • core.specs.alpha dependency to 0.2.56 - changes

2 Fixes

2.1 Interop / JVM

  • CLJ-1472 Ensure monitor object is on stack, for verifiers
  • CLJ-2517 More fixes for invocation of static interface methods with primitive args
  • CLJ-2492 Remove uses of deprecated Class.newInstance()
  • CLJ-2534 Fix javadoc urls for JDK 11+
  • CLJ-2571 Add Throwable return type hint to ex-cause
  • CLJ-2572 Avoid reflection in clojure.data
  • CLJ-2502 Fix reflection warnings in clojure.stacktrace/print-stack-trace
  • CLJ-2597 proxy should emit Java 1.8 bytecode

2.2 Core

  • CLJ-2580 Fix case expression branch analysis that resulted in compilation error
  • CLJ-2564 Improve error message for case
  • CLJ-2585 nth with not-found on regex matcher returns not-found on last group index
  • CLJ-1364 vector-of does not implement equals or hashing methods
  • CLJ-2549 vector-of does not implement IObj for metadata
  • CLJ-1187 quoted metadata on empty literal colls is lost
  • CLJ-2459 ExceptionInInitializerError if jars executed with java -jar

2.3 Printing

... (truncated)

Commits
  • 5d19d0e [maven-release-plugin] prepare release clojure-1.10.2
  • c1ede78 [maven-release-plugin] prepare for next development iteration
  • 3da30b1 [maven-release-plugin] prepare release clojure-1.10.2-rc3
  • 1f2cc45 CLJ-TBD: Modify tests slightly to pass with Windows newlines
  • 57ac70c [maven-release-plugin] prepare for next development iteration
  • 9939292 [maven-release-plugin] prepare release clojure-1.10.2-rc2
  • 6234c09 1.10.2-rc2 changelog updates
  • 62b5f36 Update deps to spec.alpha 0.2.194 and core.specs.alpha 0.2.56
  • 675779b CLJ-2597 Proxy should emit Java 1.8 bytecode
  • 0df3d8e [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view