Skip to content

Commit

Permalink
chore: Revert "chore(deps)!: bump slf4j.version from 1.7.36 to 2.0.0 (#…
Browse files Browse the repository at this point in the history
…14409)" (#14594)

Reverted because 2.0 is not fully supported by Spring and might cause a breaking changes rather that package names.
  • Loading branch information
mshabarov authored Sep 21, 2022
1 parent 6cc9fa3 commit 0db1df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.slf4j.ILoggerFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.simple.SimpleLoggerFactory;
import org.slf4j.impl.SimpleLoggerFactory;

import com.vaadin.flow.component.Component;
import com.vaadin.flow.component.PushConfiguration;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<spring.security.version>5.7.2</spring.security.version>
<gwt.version>2.9.0</gwt.version>
<hibernate.validator.version>6.2.4.Final</hibernate.validator.version>
<slf4j.version>2.0.1</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<polymer.version>2.6.1</polymer.version>
<jackson.version>2.13.4</jackson.version>
<jackson.databind.version>2.13.4</jackson.databind.version>
Expand Down

0 comments on commit 0db1df8

Please sign in to comment.