redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
235 stars 64 forks source link

Update dependencies #369

Closed NyCodeGHG closed 2 years ago

NyCodeGHG commented 2 years ago

this PR updates all dependencies to their latest version.

Also i noticed i can't build the project in IntelliJ IDEA without removing

<plugin>
  <artifactId>sonar-maven-plugin</artifactId>
  <groupId>org.codehaus.sonar</groupId>
  <version>3.8.0.2131</version>
</plugin>

do i have to configure something?

redouane59 commented 2 years ago

do i have to configure something?

Really strange, on my side it was building correctly. I'm currently out of my home but I'll try to check it as soon as possible.

NyCodeGHG commented 2 years ago

when i run mvn package it works fine, but i can't build in intellij

redouane59 commented 2 years ago

Really strange. I didn't remember to have faced this problem, I'm also using Intellij. What is the error you have ?

NyCodeGHG commented 2 years ago
[WARNING] The POM for org.codehaus.sonar:sonar-maven-plugin:jar:3.8.0.2131 is missing, no dependency information available
Cannot resolve plugin org.codehaus.sonar:sonar-maven-plugin:3.8.0.2131
redouane59 commented 2 years ago

Ok actually I'm having the same issue.